From: Ignacio Casal Quinteiro Date: Fri, 3 Feb 2012 16:13:38 +0000 (+0100) Subject: aboutdialog: add a \n in the copyright text X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~18169 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=022e17afbcc8f0eb25365fe53155d8c6642fa33e;p=gtk%2B3.0.git aboutdialog: add a \n in the copyright text --- diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 2a9757cc74..1e5876f772 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -103,7 +103,7 @@ static GdkColor default_visited_link_color = { 0, 0x5555, 0x1a1a, 0x8b8b }; /* Translators: this is the license preamble; the string at the end * contains the URL of the license. */ -static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY; for details, visit %s"); +static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY;\nfor details, visit %s"); /* URLs for each GtkLicense type; keep in the same order as the enumeration */ static const gchar *gtk_license_urls[] = {